home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / egebook.lha / ege.book / 9 / cascade.C next >
C/C++ Source or Header  |  1992-06-04  |  109b  |  8 lines

  1. // More on output stream
  2.  
  3. #include <iostream.h>
  4.  
  5. main(){
  6.    cout << "I am " << 4 << " years old " << "\n";
  7. }
  8.